os.Process.handle (field)

11 uses

	os (current package)
		exec.go#L55: 	handle *processHandle
		exec.go#L134: 		handle: ph,
		exec.go#L156: 	if p.handle == nil {
		exec.go#L164: 	h, ok := p.handle.acquire()
		exec.go#L182: 	if p.handle == nil {
		exec.go#L185: 	p.handle.release()
		exec.go#L190: 	if p.handle != nil {
		exec.go#L312: 		if p.handle != nil {
		exec.go#L320: 			p.handle.release()
		exec_unix.go#L23: 	if p.handle != nil {
		exec_unix.go#L84: 	if p.handle != nil {